home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Utilities / Scion / ARexx / FamilyTree / FTStack.rexx < prev    next >
OS/2 REXX Batch file  |  1997-10-12  |  221b  |  13 lines

  1. /* rexx by T. Fagan 1997 */
  2.  
  3. /* this piece of rexx just sets a stack size and then runs FamilyTree */
  4.  
  5. /* trace r */
  6.  
  7. arg stacksize ftargs
  8.  
  9. address command stack stacksize
  10.  
  11. address command "FamilyTree/FamilyTree" ftargs
  12.  
  13.